From: Andy Boyett Date: Sun, 15 Jun 2008 18:19:53 +0000 (+0000) Subject: setserial: don't build docs - docs require nroff on the host system X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=179ecff4f2e50010142297d44ffefab964597f21;p=openwrt%2Fsvn-archive%2Fpackages.git setserial: don't build docs - docs require nroff on the host system SVN-Revision: 11485 --- diff --git a/utils/setserial/Makefile b/utils/setserial/Makefile index ceca8351e..7c5574e67 100644 --- a/utils/setserial/Makefile +++ b/utils/setserial/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006 OpenWrt.org +# +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -40,7 +40,7 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ - all + setserial endef define Package/setserial/install